home *** CD-ROM | disk | FTP | other *** search
/ Magnum One / Magnum One (Mid-American Digital) (Disc Manufacturing).iso / d8 / slick43.arc / SLICKED.DOC < prev    next >
Text File  |  1991-06-22  |  5KB  |  86 lines

  1.  
  2. SlickEd is a Copyrighted(c)1989 product of Simple Software, New Orleans, La.
  3.  
  4.       ═╡▓▓╞═ Slick EDfessional Editor by Simple Software Company ═╡▓▓╞═
  5.                       ▓▒░ SlickEd Registration ░▒▓
  6.                              is Only $5.00
  7.                          Order your Registered Copy
  8.                                    Now !
  9.  
  10.                           Simple <Software> Company
  11.                               HOME of SlickWare
  12.  
  13.                              G.M. Raymond, Pres.
  14.                                P. O. Box 8184
  15.                            New Orleans, La.  70182
  16.                             (504) 288 6550 voice
  17.                             (504) 283 9785 BBS
  18.  
  19.       SLICKED 2.0 10/1/89
  20.  
  21.       Slick ED is a basic ascii text editor, ideal for those small, quick
  22.       jobs, like autoexec and config mods, new batch files etc. ED can be
  23.       called via a DOS path statement and has the ability to pass a file
  24.       parameter via the dos prompt.
  25.  
  26.               EXAMPLES:   A> ED YOURTEXT.FIL {loads YOURTEXT.FIL}
  27.                           A> ED NEWFILE.TXT  {begin a brand new file}
  28.  
  29.       ED will operate on either mono or color IBM PC's using DOS ver
  30.       2+ or later with 128k or more of ram. ED is ideal for operation
  31.       on a floppy disk or hard drive.
  32.  
  33.       ED is an excellent way to eliminate your typewriter by adding a
  34.       line printer to your PC. ED supports BLOCK operations that
  35.       include output to file or printer (port LPT1). Although ED
  36.       has MANY advanced features, the average person can learn to use
  37.       ED in just a few minutes. Although not intended as a wordprocessor,
  38.       ED use a number of common Word Star commands. More importantly,
  39.       you will find it easy to remember keys because of their association
  40.       with the functions they control. Example: Alt M for Move a block,
  41.       Alt D for Delete a block, Alt C for Copy a block....etc...etc...
  42.  
  43.       Registration  provides the latest version with lifetime
  44.       voice support at your toll expense. Additional  support
  45.       is available via our BBS's in New Orleans and Bay St
  46.       Louis, Ms.
  47.  
  48.       The end of this doc file has a listing of all functions and the
  49.       corresponding keys that activate them. You will be happy with all
  50.       the uptown features you find with ED. All frequently used keys
  51.       are shown on the status bar.
  52.  
  53.  
  54. *******************************************************************************
  55. Character left        : <Lft>            Begin block           : <F5>
  56. Character right       : <Rgt>            End block             : <F6>
  57. Word left             : <CtrlA>          Mark current word     : <CtrlK><CtrlT>
  58. Word right            : <CtrlF>          Toggle block display  : <F1>
  59. Line up               : <Up>             Copy block            : <AltC>
  60. Line down             : <Dn>             Move block            : <AltM>
  61. Scroll up             : <CtrlPgUp>       Delete block          : <AltD>
  62. Scroll down           : <CtrlPgDn>       Read file into window : <AltR>
  63. Page up               : <PgUp>           Write block to file   : <AltW>
  64. Page down             : <PgDn>           Print marked block    : <F9>
  65. Cursor to left side   : <CtrlLft>        Set marker 0          : <CtrlK>0
  66. Cursor to right side  : <CtrlRgt>        Set marker 1          : <CtrlK>1
  67. Top of screen         : <CtrlHome>       Set marker 2          : <CtrlK>2
  68. Bottom of screen      : <CtrlEnd>        Set marker 3          : <CtrlK>3
  69. Top of window         : <Home>           Jump to marker 0      : <CtrlQ>0
  70. Bottom of window      : <End>            Jump to marker 1      : <CtrlQ>1
  71. Top of block          : <CtrlQ><CtrlB>   Jump to marker 2      : <CtrlQ>2
  72. Bottom of block       : <CtrlQ><CtrlK>   Jump to marker 3      : <CtrlQ>3
  73. Previous cursor pos.  : <CtrlQ><CtrlP>   Find pattern          : <AltF>
  74. New line              : <CtrlM>          Find and replace      : <F4>
  75. Insert line           : <F8>             Find next             : <AltN>
  76. Toggle insert mode    : <Ins>            Tab                   : <CtrlI>
  77. Delete line           : <F7>             Toggle autoindent mode: <AltA>
  78. Delete line right     : <CtrlQ><CtrlY>   Toggle fixed tabs     : <AltT>
  79. Delete right word     : <CtrlT>          Exit and Save         : <F3>
  80. Delete current char   : <Del>            Restore line          : <AltL>
  81. Delete left character : <CtrlBks>        Insert control char   : <AltI>
  82. Save and Continue     : F2               Change Screen Size    : F10
  83. *******************************************************************************
  84.  
  85.                                    EOF
  86.